<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><channel rdf:about="https://www.bibsonomy.org/user/gresch/swing%20software"><title>BibSonomy bookmarks for /user/gresch/swing%20software</title><link>https://www.bibsonomy.org/user/gresch/swing%20software</link><description>BibSonomy RSS Feed for /user/gresch/swing%20software</description><items><rdf:Seq><rdf:li rdf:resource="http://code.google.com/p/neoevents/"/><rdf:li rdf:resource="http://code.google.com/p/swirrel/"/><rdf:li rdf:resource="http://code.google.com/p/swing-formbuilder/"/><rdf:li rdf:resource="http://databinding.tornado.no/"/><rdf:li rdf:resource="http://www.doolin-guif.net/site/index.php"/><rdf:li rdf:resource="http://jr-thies.de/index.php/2009/07/30/tutorial-erste-gui-anwendungen-mit-scala"/><rdf:li rdf:resource="http://www.jspresso.org/"/><rdf:li rdf:resource="http://griffon.codehaus.org/"/><rdf:li rdf:resource="http://www.atunes.org/"/><rdf:li rdf:resource="http://www.cabaret-solutions.com/de/"/><rdf:li rdf:resource="http://opensource.intarsys.de/home/en/index.php?n=JPodRenderer.HomePage"/><rdf:li rdf:resource="http://wiztools.org/"/><rdf:li rdf:resource="http://www.miglayout.com/"/><rdf:li rdf:resource="http://code.google.com/p/javabuilders/wiki/SwingBuilder"/><rdf:li rdf:resource="http://code.google.com/p/javabuilders/"/><rdf:li rdf:resource="http://www.camunda.com/toolkit_for_jbpm/tk4jbpm_gui_tutorial.html"/><rdf:li rdf:resource="http://foxtrot.sourceforge.net/"/><rdf:li rdf:resource="http://sourceforge.net/projects/scrinch/"/><rdf:li rdf:resource="http://lobobrowser.org/java-browser.jsp"/><rdf:li rdf:resource="http://pivot-toolkit.org/"/></rdf:Seq></items></channel><item rdf:about="http://code.google.com/p/neoevents/"><title>neoevents - Annotation-based simple java event model - Google Project Hosting</title><description>neoevents is a dead-simple annotation-based swing-compliant java-event framework.</description><link>http://code.google.com/p/neoevents/</link><dc:creator>gresch</dc:creator><dc:date>2011-06-17T14:27:34+02:00</dc:date><dc:subject>annotations develop events frameworks google-code java software swing </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;neoevents is a dead-simple annotation-based swing-compliant java-event framework.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/annotations"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/events"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/google-code"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/></rdf:Bag></taxo:topics></item><item rdf:about="http://code.google.com/p/swirrel/"><title>swirrel - Swirrel allows to substitute Swing listeners by annotations. - Google Project Hosting</title><description>Swirrel is a little framework (in alpha state) which allows to annotate AWT or Swing Components instead of writing listeners. Swirrel reads the annotations and attaches the aproriate listeners automatically. All you have to do is to provide the name of the methods which should be called by the Swirrel listener.

Swirrel is a double edged sword, it can make things much easier, but you can shoot yourself in the foot (hey, a sword you can shoot with!). Please consider carefully if Swirrel is right for you and your project, especially if it contains deeply nested, complex, dynamic and/or time critical GUIs. Note that using Swirrel requires more testing, as things that caused compile time errors before cause runtime errors now. That said I must say Swirrel runs much smoother than I expected.</description><link>http://code.google.com/p/swirrel/</link><dc:creator>gresch</dc:creator><dc:date>2011-05-27T13:59:56+02:00</dc:date><dc:subject>annotations awt frameworks java listeners software swing ui </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Swirrel is a little framework (in alpha state) which allows to annotate AWT or Swing Components instead of writing listeners. Swirrel reads the annotations and attaches the aproriate listeners automatically. All you have to do is to provide the name of the methods which should be called by the Swirrel listener.

Swirrel is a double edged sword, it can make things much easier, but you can shoot yourself in the foot (hey, a sword you can shoot with!). Please consider carefully if Swirrel is right for you and your project, especially if it contains deeply nested, complex, dynamic and/or time critical GUIs. Note that using Swirrel requires more testing, as things that caused compile time errors before cause runtime errors now. That said I must say Swirrel runs much smoother than I expected.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/annotations"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/awt"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/listeners"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ui"/></rdf:Bag></taxo:topics></item><item rdf:about="http://code.google.com/p/swing-formbuilder/"><title>swing-formbuilder - Generates swing components from java beans at runtime - Google Project Hosting</title><description>Allows to create swing forms in the following manner:

Form&lt;Person&gt; form = FormBuilder.map( Person.class ).buildForm();</description><link>http://code.google.com/p/swing-formbuilder/</link><dc:creator>gresch</dc:creator><dc:date>2011-05-27T11:09:39+02:00</dc:date><dc:subject>binding google-code java software swing ui </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Allows to create swing forms in the following manner:

Form&amp;lt;Person&amp;gt; form = FormBuilder.map( Person.class ).buildForm();&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/binding"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/google-code"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ui"/></rdf:Bag></taxo:topics></item><item rdf:about="http://databinding.tornado.no/"><title>Swing Data Binding</title><description>Swing Data Binding
Download latest
A powerful, fast, light and simple data binding framework for Java 6
Easy to use, understand and to extend to support custom ui elements
Fast and light
Support PropertyChangeSupport if you want it
Swap out your model objects for active bindings (rebind)
Unbind will remove all listeners
Supply user feedback with ease
Out-of-the-box support for JXDatePicker and Joda Time
Provides a fluent interface if that&#039;s your bag</description><link>http://databinding.tornado.no/</link><dc:creator>gresch</dc:creator><dc:date>2011-05-25T20:24:48+02:00</dc:date><dc:subject>databinding develop java java6 software swing ui </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Swing Data Binding
Download latest
A powerful, fast, light and simple data binding framework for Java 6
Easy to use, understand and to extend to support custom ui elements
Fast and light
Support PropertyChangeSupport if you want it
Swap out your model objects for active bindings (rebind)
Unbind will remove all listeners
Supply user feedback with ease
Out-of-the-box support for JXDatePicker and Joda Time
Provides a fluent interface if that&amp;#039;s your bag&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/databinding"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java6"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ui"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.doolin-guif.net/site/index.php"><title>Doolin - 0.9.3</title><description>The Doolin framework allows the rapid development of Swing applications. It uses the Spring framework as a support for its configuration and extensibility.</description><link>http://www.doolin-guif.net/site/index.php</link><dc:creator>gresch</dc:creator><dc:date>2011-03-09T15:30:51+01:00</dc:date><dc:subject>develop framework gui java software springframework swing ui </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;The Doolin framework allows the rapid development of Swing applications. It uses the Spring framework as a support for its configuration and extensibility.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/framework"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/gui"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/springframework"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ui"/></rdf:Bag></taxo:topics></item><item rdf:about="http://jr-thies.de/index.php/2009/07/30/tutorial-erste-gui-anwendungen-mit-scala"><title>Tutorial: Erste GUI-Anwendungen mit Scala</title><description>Kurze Einleitung auf Deutsch zum Start mit Scala-Swing.</description><link>http://jr-thies.de/index.php/2009/07/30/tutorial-erste-gui-anwendungen-mit-scala</link><dc:creator>gresch</dc:creator><dc:date>2010-07-04T00:01:54+02:00</dc:date><dc:subject>develop german gui howto information scala software swing tutorial </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Kurze Einleitung auf Deutsch zum Start mit Scala-Swing.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/german"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/gui"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/howto"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/information"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scala"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tutorial"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.jspresso.org/"><title>Jspresso.org | The Java RIA Framework</title><description>Jspresso is an innovative framework for building rich internet applications. Jspresso dramatically reduces the development cycles needed to get your corporate application up and running while not sacrificing quality, robustness and performance. Jspresso is not just another webapp framework. Jspresso based applications offer the exact same ergonomics as desktop applications while keeping an N-tier, server-centric architecture on a java backend. Jspresso-based applications can be deployed either in Adobe&#039;s Flex, qooxdoo, WingS, ULC and Swing, all on the same codebase and without a single specific line of GUI code. And last but not least, Jspresso is free.</description><link>http://www.jspresso.org/</link><dc:creator>gresch</dc:creator><dc:date>2010-06-24T18:01:05+02:00</dc:date><dc:subject>code_generation develop flex framework gui java qooxdoo ria rich_client software swing ulc webapp wings </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Jspresso is an innovative framework for building rich internet applications. Jspresso dramatically reduces the development cycles needed to get your corporate application up and running while not sacrificing quality, robustness and performance. Jspresso is not just another webapp framework. Jspresso based applications offer the exact same ergonomics as desktop applications while keeping an N-tier, server-centric architecture on a java backend. Jspresso-based applications can be deployed either in Adobe&amp;#039;s Flex, qooxdoo, WingS, ULC and Swing, all on the same codebase and without a single specific line of GUI code. And last but not least, Jspresso is free.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/code_generation"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/flex"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/framework"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/gui"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/qooxdoo"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ria"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/rich_client"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ulc"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/webapp"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wings"/></rdf:Bag></taxo:topics></item><item rdf:about="http://griffon.codehaus.org/"><title>Griffon - Home</title><description>Griffon is a Grails like application framework for developing desktop applications in Groovy. Inspired by Grails, Griffon follows the Convention over Configuration paradigm, paired with an intuitive MVC architecture and a command line interface. Griffon also follows the spirit of the Swing Application Framework (JSR 296), it defines a simple yet powerful application life cycle and event publishing mechanism. Another interesting feature comes from the Groovy language itself: automatic property support and property binding (inspired by BeansBinding (JSR 295)), which makes creating observable beans and binding to their properties a snap! As if property binding was not enough Groovy&#039;s SwingBuilder also simplifies building multi-threaded applications, say goodbye to the ugly gray rectangle (the bane of Swing apps)!

Grails developers should feel right at home when trying out Griffon. Many of Grails&#039; conventions and commands are shared with Griffon. Granted, Swing is not the same as HTML/GSP but Builders simplify the task of creating the UI.

Seasoned Java developers will also be able to pick up the pace quickly, as the framework relieves you of the burden of maintaining an application structure, allowing you to concentrate on getting the code right.</description><link>http://griffon.codehaus.org/</link><dc:creator>gresch</dc:creator><dc:date>2009-09-30T23:08:46+02:00</dc:date><dc:subject>configuration convention desktop develop framework groovy java jsr296 mvc software swing </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Griffon is a Grails like application framework for developing desktop applications in Groovy. Inspired by Grails, Griffon follows the Convention over Configuration paradigm, paired with an intuitive MVC architecture and a command line interface. Griffon also follows the spirit of the Swing Application Framework (JSR 296), it defines a simple yet powerful application life cycle and event publishing mechanism. Another interesting feature comes from the Groovy language itself: automatic property support and property binding (inspired by BeansBinding (JSR 295)), which makes creating observable beans and binding to their properties a snap! As if property binding was not enough Groovy&amp;#039;s SwingBuilder also simplifies building multi-threaded applications, say goodbye to the ugly gray rectangle (the bane of Swing apps)!

Grails developers should feel right at home when trying out Griffon. Many of Grails&amp;#039; conventions and commands are shared with Griffon. Granted, Swing is not the same as HTML/GSP but Builders simplify the task of creating the UI.

Seasoned Java developers will also be able to pick up the pace quickly, as the framework relieves you of the burden of maintaining an application structure, allowing you to concentrate on getting the code right.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/configuration"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/convention"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/desktop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/framework"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/groovy"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/jsr296"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/mvc"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.atunes.org/"><title>aTunes</title><description>aTunes is a full-featured audio player and manager, developed in Java programming language, so it can be executed on different platforms: Windows, Linux and Unix-like systems, ...

Currently plays mp3, ogg, wma, wav, flac, mp4 and radio streaming, allowing users to easily edit tags, organize music and rip Audio CDs.</description><link>http://www.atunes.org/</link><dc:creator>gresch</dc:creator><dc:date>2009-08-03T12:51:22+02:00</dc:date><dc:subject>audio audioplayer flac java media mp3 mp4 multiplatform ogg player software swing tools </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;aTunes is a full-featured audio player and manager, developed in Java programming language, so it can be executed on different platforms: Windows, Linux and Unix-like systems, ...

Currently plays mp3, ogg, wma, wav, flac, mp4 and radio streaming, allowing users to easily edit tags, organize music and rip Audio CDs.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/audio"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/audioplayer"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/flac"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/media"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/mp3"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/mp4"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/multiplatform"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ogg"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/player"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.cabaret-solutions.com/de/"><title>PDF Formulare ausfüllen und speichern mit CABAReT Stage</title><description>... ist eine flexible Software für Ihre tägliche Arbeit mit PDF-Dokumenten. Damit können Sie PDF-Dokumente öffnen und anzeigen, PDF-Formulare ausfüllen und speichern sowie versenden.</description><link>http://www.cabaret-solutions.com/de/</link><dc:creator>gresch</dc:creator><dc:date>2009-01-20T08:32:06+01:00</dc:date><dc:subject>formulare java jpod pdf software swing swt tools </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;... ist eine flexible Software für Ihre tägliche Arbeit mit PDF-Dokumenten. Damit können Sie PDF-Dokumente öffnen und anzeigen, PDF-Formulare ausfüllen und speichern sowie versenden.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/formulare"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/jpod"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/pdf"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swt"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/></rdf:Bag></taxo:topics></item><item rdf:about="http://opensource.intarsys.de/home/en/index.php?n=JPodRenderer.HomePage"><title>jPod Renderer</title><description>Overview

jPod Renderer is is the long awaited rendering implementation for AWT and SWT.

Based on the successful jPod library, this one adds a platform abstraction which allows for

    * pluggable PDF image conversion from and to AWT and SWT
    * pluggable PDF font handling
    * platform independent PDF rendering with adapterf for AWT and SWT 

This library is commercial strength and used in products like

    * CABAReT Stage (free for personal use)
    * Sign Live!
    * PDF/A Live! </description><link>http://opensource.intarsys.de/home/en/index.php?n=JPodRenderer.HomePage</link><dc:creator>gresch</dc:creator><dc:date>2009-01-20T08:30:41+01:00</dc:date><dc:subject>awt develop frameworks java pdf postscript render rendering software swing swt tools </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Overview

jPod Renderer is is the long awaited rendering implementation for AWT and SWT.

Based on the successful jPod library, this one adds a platform abstraction which allows for

    * pluggable PDF image conversion from and to AWT and SWT
    * pluggable PDF font handling
    * platform independent PDF rendering with adapterf for AWT and SWT 

This library is commercial strength and used in products like

    * CABAReT Stage (free for personal use)
    * Sign Live!
    * PDF/A Live! &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/awt"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/pdf"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/postscript"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/render"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/rendering"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swt"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/></rdf:Bag></taxo:topics></item><item rdf:about="http://wiztools.org/"><title>WizTools.org - OpenSource Tools</title><description># RESTClient: Tool to test RESTful webservices.
# WizCrypt: Cross-platform secrecy!
# jEnkryptor: Java swing based, multi-threaded cross-platform encryption application. It uses the WizCrypt engine.
# XML2SpreadSheet: Generate XSLs the smart way.
# OpenSymphony OSWorkflow XMPP Plugin: Tool to send XMPP message from OpenSymphony OSWorkflow engine.
# Text Encoding Util: Commandline utility to transform text from one encoding to another, and to test if a text file conforms to charset specified by a particular encoding.
# TCPIPClient: Easy way to test protocols based on TCP/IP.
# S3 Commandline Backup: Send a file to Amazon S3 webservice.
# URL Shortening Servlet: A simple servlet to shorten lengthy URLs. The data is stored in filesystem as text files.</description><link>http://wiztools.org/</link><dc:creator>gresch</dc:creator><dc:date>2008-12-18T10:02:13+01:00</dc:date><dc:subject>develop encryption java restful software swing tcpip tools </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;# RESTClient: Tool to test RESTful webservices.
# WizCrypt: Cross-platform secrecy!
# jEnkryptor: Java swing based, multi-threaded cross-platform encryption application. It uses the WizCrypt engine.
# XML2SpreadSheet: Generate XSLs the smart way.
# OpenSymphony OSWorkflow XMPP Plugin: Tool to send XMPP message from OpenSymphony OSWorkflow engine.
# Text Encoding Util: Commandline utility to transform text from one encoding to another, and to test if a text file conforms to charset specified by a particular encoding.
# TCPIPClient: Easy way to test protocols based on TCP/IP.
# S3 Commandline Backup: Send a file to Amazon S3 webservice.
# URL Shortening Servlet: A simple servlet to shorten lengthy URLs. The data is stored in filesystem as text files.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/encryption"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/restful"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tcpip"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.miglayout.com/"><title>MiG Layout Java Layout Manager for Swing and SWT</title><description>For Java developers writing GUI layouts by hand that wants simplicity, power and automatic per platform fidelity, that are dissatisfied with the current layout managers in Swing and SWT, MiGLayout solves all your layout problems. Unlike JGoodies&#039; FormLayout and Clearthought&#039;s TableLayout - MiGLayout solves all your layouts with equal ease in a way that is easy to change and maintain. You will understand how the layout will look like when looking at the code.

MiGLayout is the most versatile and flexible Swing and SWT Layout Manager for Java, yet it is very easy to learn and use. It is using String or API type-checked constraints to format the layout. MiGLayout can produce flowing, grid based, absolute (with links), grouped and docking layouts. You will never have to switch to another layout manager ever again! MiGLayout is created to be to manually coded layouts what Matisse/GroupLayout is to IDE supported visual layouts.</description><link>http://www.miglayout.com/</link><dc:creator>gresch</dc:creator><dc:date>2008-11-27T10:49:38+01:00</dc:date><dc:subject>develop google-code gui java layout layout-manager matisse software swing ui </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;For Java developers writing GUI layouts by hand that wants simplicity, power and automatic per platform fidelity, that are dissatisfied with the current layout managers in Swing and SWT, MiGLayout solves all your layout problems. Unlike JGoodies&amp;#039; FormLayout and Clearthought&amp;#039;s TableLayout - MiGLayout solves all your layouts with equal ease in a way that is easy to change and maintain. You will understand how the layout will look like when looking at the code.

MiGLayout is the most versatile and flexible Swing and SWT Layout Manager for Java, yet it is very easy to learn and use. It is using String or API type-checked constraints to format the layout. MiGLayout can produce flowing, grid based, absolute (with links), grouped and docking layouts. You will never have to switch to another layout manager ever again! MiGLayout is created to be to manually coded layouts what Matisse/GroupLayout is to IDE supported visual layouts.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/google-code"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/gui"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/layout"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/layout-manager"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/matisse"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ui"/></rdf:Bag></taxo:topics></item><item rdf:about="http://code.google.com/p/javabuilders/wiki/SwingBuilder"><title>SwingBuilder - javabuilders - Google Code - Java Builder for the Swing domain</title><description>Java SwingBuilder is an implementation of a Java Builder geared towards building UI interfaces using Java Swing.
Details

The main class is org.javabuilders.swing.SwingBuilder. It loads the object definition from a YAML file that is in the same package and has the same base name as the calling Java class. So, if you&#039;re building org.test.MyFrame.java it will look for org.test.MyFrame.yaml for the object build file (similar to the convention the Apache Wicket web framework uses). </description><link>http://code.google.com/p/javabuilders/wiki/SwingBuilder</link><dc:creator>gresch</dc:creator><dc:date>2008-11-27T10:48:03+01:00</dc:date><dc:subject>develop frameworks google-code gui java software swing ui </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Java SwingBuilder is an implementation of a Java Builder geared towards building UI interfaces using Java Swing.
Details

The main class is org.javabuilders.swing.SwingBuilder. It loads the object definition from a YAML file that is in the same package and has the same base name as the calling Java class. So, if you&amp;#039;re building org.test.MyFrame.java it will look for org.test.MyFrame.yaml for the object build file (similar to the convention the Apache Wicket web framework uses). &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/google-code"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/gui"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ui"/></rdf:Bag></taxo:topics></item><item rdf:about="http://code.google.com/p/javabuilders/"><title>javabuilders - Google Code</title><description>Different subframeworks around swing, binding etc.</description><link>http://code.google.com/p/javabuilders/</link><dc:creator>gresch</dc:creator><dc:date>2008-11-27T10:47:08+01:00</dc:date><dc:subject>beans binding develop frameworks google-code java software swing </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Different subframeworks around swing, binding etc.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/beans"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/binding"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/google-code"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.camunda.com/toolkit_for_jbpm/tk4jbpm_gui_tutorial.html"><title>www.camunda.com - jbpm gui tutorial</title><description>This is a short Tutorial on building Java Swing user interfaces for JBoss jBPM using the tk4jbpm.</description><link>http://www.camunda.com/toolkit_for_jbpm/tk4jbpm_gui_tutorial.html</link><dc:creator>gresch</dc:creator><dc:date>2008-11-04T15:22:30+01:00</dc:date><dc:subject>bpm camunda develop framework gui java jboss jbpm software swing ui </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;This is a short Tutorial on building Java Swing user interfaces for JBoss jBPM using the tk4jbpm.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/bpm"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/camunda"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/framework"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/gui"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/jboss"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/jbpm"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ui"/></rdf:Bag></taxo:topics></item><item rdf:about="http://foxtrot.sourceforge.net/"><title>Foxtrot - Easy API for JFC/Swing</title><description>Foxtrot is an easy and powerful API to use threads with the JavaTM Foundation Classes (JFC/Swing).

The Foxtrot API are based on a new concept, the Synchronous Model, that allow you to easily integrate in your Swing code time-consuming operations without incurring in &#034;GUI-freeze&#034; problem, typical of Swing applications.

While other solutions have been developed to solve this problem, being the SwingWorker (see also here for an update) the most known, they are all based on the Asynchronous Model which, for non-trivial Swing applications, carries several problems such as code asymmetry, bad code readability and difficult exception handling.

The Foxtrot API cleanly solves the problems that solutions based on the Asynchronous Model have, and it&#039;s simpler to use.
Your Swing code will immediately benefit of:

    * code symmetry and readability
    * easy exception handling
    * improved mantainability </description><link>http://foxtrot.sourceforge.net/</link><dc:creator>gresch</dc:creator><dc:date>2008-10-30T14:31:08+01:00</dc:date><dc:subject>develop framework gui java java_se software swing synchronisation synchronoous ui </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Foxtrot is an easy and powerful API to use threads with the JavaTM Foundation Classes (JFC/Swing).

The Foxtrot API are based on a new concept, the Synchronous Model, that allow you to easily integrate in your Swing code time-consuming operations without incurring in &amp;#034;GUI-freeze&amp;#034; problem, typical of Swing applications.

While other solutions have been developed to solve this problem, being the SwingWorker (see also here for an update) the most known, they are all based on the Asynchronous Model which, for non-trivial Swing applications, carries several problems such as code asymmetry, bad code readability and difficult exception handling.

The Foxtrot API cleanly solves the problems that solutions based on the Asynchronous Model have, and it&amp;#039;s simpler to use.
Your Swing code will immediately benefit of:

    * code symmetry and readability
    * easy exception handling
    * improved mantainability &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/framework"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/gui"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java_se"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/synchronisation"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/synchronoous"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ui"/></rdf:Bag></taxo:topics></item><item rdf:about="http://sourceforge.net/projects/scrinch/"><title>SourceForge.net: Scrinch</title><description>Scrinch is a stand-alone Swing application that helps managing your projects using the Scrum method. Easy to configure : not based on Web technology, no database to manage : just launch it and start working. </description><link>http://sourceforge.net/projects/scrinch/</link><dc:creator>gresch</dc:creator><dc:date>2008-10-27T17:47:24+01:00</dc:date><dc:subject>java scrum software swing tools </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Scrinch is a stand-alone Swing application that helps managing your projects using the Scrum method. Easy to configure : not based on Web technology, no database to manage : just launch it and start working. &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scrum"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/></rdf:Bag></taxo:topics></item><item rdf:about="http://lobobrowser.org/java-browser.jsp"><title>Lobo: Java Web Browser</title><description>Lobo [download] is an open source web browser that is written completely in Java.

Lobo is being actively developed with the aim to fully support HTML 4, Javascript and CSS2. Lobo also supports direct JavaFX rendering.

The general goal of the Lobo browser effort is to produce a browser that is fast, complete, easy to extend, feature-rich and secure. </description><link>http://lobobrowser.org/java-browser.jsp</link><dc:creator>gresch</dc:creator><dc:date>2008-10-20T19:00:56+02:00</dc:date><dc:subject>browser develop html java rendering software swing tools </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Lobo [download] is an open source web browser that is written completely in Java.

Lobo is being actively developed with the aim to fully support HTML 4, Javascript and CSS2. Lobo also supports direct JavaFX rendering.

The general goal of the Lobo browser effort is to produce a browser that is fast, complete, easy to extend, feature-rich and secure. &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/browser"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/html"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/rendering"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/></rdf:Bag></taxo:topics></item><item rdf:about="http://pivot-toolkit.org/"><title>Pivot Toolkit</title><description>Pivot is an open-source framework for building high-quality, cross-platform applications that are deployable both via the web and to the desktop. It began as an R&amp;D effort at VMware but has now been made available to the community as an option for developers who want to build rich internet (RIA) applications in Java.

Sample Pivot application

Pivot applications are written using a combination of Java and XML and can be run either as an applet or as a standalone (optionally offline) desktop application. While Pivot was designed to be familiar to web developers who have experience building AJAX applications using HTML, CSS, and JavaScript, it provides a much richer set of standard widgets than HTML, and allows developers to create sophisticated user experiences much more quickly and easily. Pivot will also seem familiar to Swing developers, as both Swing and Pivot are based on Java2D and employ a model-view-controller (MVC) architecture to separate component data from presentation. However, Pivot includes additional features that make building modern GUI applications much easier, including declarative UI, data binding, effects and transitions, and web services integration.</description><link>http://pivot-toolkit.org/</link><dc:creator>gresch</dc:creator><dc:date>2008-10-18T22:07:56+02:00</dc:date><dc:subject>databinding develop framework mvc ria software swing ui webapp </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Pivot is an open-source framework for building high-quality, cross-platform applications that are deployable both via the web and to the desktop. It began as an R&amp;amp;D effort at VMware but has now been made available to the community as an option for developers who want to build rich internet (RIA) applications in Java.

Sample Pivot application

Pivot applications are written using a combination of Java and XML and can be run either as an applet or as a standalone (optionally offline) desktop application. While Pivot was designed to be familiar to web developers who have experience building AJAX applications using HTML, CSS, and JavaScript, it provides a much richer set of standard widgets than HTML, and allows developers to create sophisticated user experiences much more quickly and easily. Pivot will also seem familiar to Swing developers, as both Swing and Pivot are based on Java2D and employ a model-view-controller (MVC) architecture to separate component data from presentation. However, Pivot includes additional features that make building modern GUI applications much easier, including declarative UI, data binding, effects and transitions, and web services integration.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/databinding"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/framework"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/mvc"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ria"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/swing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ui"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/webapp"/></rdf:Bag></taxo:topics></item></rdf:RDF>